home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / biz / misc / Kredit.lha / Kredit / Kredit.cd < prev    next >
Text File  |  1997-11-25  |  2KB  |  204 lines

  1. #language english
  2. #version 0
  3. ;  Text
  4. text_Save (//)
  5. Save
  6. ;
  7. text_Quit (//)
  8. Quit
  9. ;
  10. text_New (//)
  11. New
  12. ;
  13. text_Change (//)
  14. Change
  15. ;
  16. text_Delete (//)
  17. Delete
  18. ;
  19. text_Loan_Info (//)
  20. Loan information
  21. ;
  22. monat_January (//)
  23. January
  24. ;
  25. monat_February (//)
  26. February
  27. ;
  28. monat_March (//)
  29. March
  30. ;
  31. monat_April (//)
  32. April
  33. ;
  34. monat_May (//)
  35. May
  36. ;
  37. monat_June (//)
  38. June
  39. ;
  40. monat_July (//)
  41. July
  42. ;
  43. monat_August (//)
  44. August
  45. ;
  46. monat_September (//)
  47. September
  48. ;
  49. monat_October (//)
  50. October
  51. ;
  52. monat_November (//)
  53. November
  54. ;
  55. monat_December (//)
  56. December
  57. ;
  58. choice_Comment (//)
  59. Comment only
  60. ;
  61. choice_Partial_Loan_Payment (//)
  62. Partial loan payment
  63. ;
  64. choice_Change_Payment (//)
  65. Change payment
  66. ;
  67. choice_New_Interest_Rate (//)
  68. New interest rate
  69. ;
  70. choice_Extra_Payment (//)
  71. Extra payment
  72. ;
  73. text_Value (//)
  74. Value
  75. ;
  76. text_Comment (//)
  77. Comment
  78. ;
  79. text_OK (//)
  80. OK
  81. ;
  82. text_Cancel (//)
  83. Cancel
  84. ;
  85. text_Basic_Information (//)
  86. Basic information
  87. ;
  88. loan_Bank (//)
  89. \euBank
  90. ;
  91. loan_Comment (//)
  92. \euComment
  93. ;
  94. loan_Loan_Amount (//)
  95. \euLoan amount
  96. ;
  97. loan_Status (//)
  98. \euStatus
  99. ;
  100. loan_Interest (//)
  101. \euInterest
  102. ;
  103. loan_Payment (//)
  104. \euPayment
  105. ;
  106. loan_Start_At (//)
  107. \euStart at
  108. ;
  109. text_Bank_Name (//)
  110. Bank Name
  111. ;
  112. text_Loan_Amount (//)
  113. Loan amount
  114. ;
  115. text_Rate_Of_Interest (//)
  116. Rate of interest
  117. ;
  118. text_Monthly_Payment (//)
  119. Monthly payment
  120. ;
  121. text_Date_For_Pay (//)
  122. Date for pay off
  123. ;
  124. text_Take_Over (//)
  125. Take over
  126. ;
  127. text_List_Of_Actions (//)
  128. List of actions
  129. ;
  130. text_Calc_Loan_Repayment (//)
  131. Calculate loan repayment
  132. ;
  133. text_Activate (//)
  134. Activate
  135. ;
  136. text_Deactivate (//)
  137. Deactivate
  138. ;
  139. text_Calculate (//)
  140. Calculate
  141. ;
  142. text_Actions (//)
  143. Actions
  144. ;
  145. text_Action_Date (//)
  146. Date of Action
  147. ;
  148. text_Action_Choice (//)
  149. Select action
  150. ;
  151. text_Loan_Calculation (//)
  152. Loan calculation
  153. ;
  154. Action_Date (//)
  155. \euDate
  156. ;
  157. Action_Comment (//)
  158. \euComment
  159. ;
  160. Action_Value (//)
  161. \euValue
  162. ;
  163. Calc_Date (//)
  164. \euDate
  165. ;
  166. Calc_Rate (//)
  167. \euRate
  168. ;
  169. Calc_Interest (//)
  170. \euInterest
  171. ;
  172. Calc_Remaining (//)
  173. \euRemaining
  174. ;
  175. Calc_Payed (//)
  176. \euPayed
  177. ;
  178. Calc_Comment (//)
  179. \euComment
  180. ;
  181. text_Attention (//)
  182. Attention!
  183. ;
  184. text_YesNo (//)
  185. *_Yes|_No
  186. ;
  187. text_Ask_Quit (//)
  188. Changes are not saved.\n\nReally quit?
  189. ;
  190. ;
  191. text_Error (//)
  192. Error
  193. ;
  194. text_ReqOK (//)
  195. *_Ok
  196. ;
  197. text_Rate_Less_Than_Interest (//)
  198. Monthly rate is less than monthly interest.
  199. ;
  200. ;
  201. ;
  202. ;
  203. ;
  204.